home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2002 August / PCpro_2002_08.ISO / cdstart.exe / scripts / DefineButton2_193 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-06-06  |  69 b   |  5 lines

  1. on(release){
  2.    getUrl("index.htm", "");
  3.    fscommand("quit");
  4. }
  5.